GetAllViewers<T> Method

Summary
Returns all the MedicalViewer objects from the specified MedicalViewerHost type.
Syntax
C#
VB
C++
public IEnumerable<MedicalViewer> GetAllViewers<T>() 
  
Public Function GetAllViewers(Of T As MedicalViewerHost)() As IEnumerable(Of MedicalViewer) 
public: 
IEnumerable<MedicalViewer^>^ GetAllViewersgeneric<typename T> 
();  
where T: MedicalViewerHost 

Type Parameters

T
The MedicalViewerHost type that returns the MedicalViewer objects.

Return Value

All the MedicalViewer objects from the specified MedicalViewerHost type.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.